Interface RadiusPacket

All Superinterfaces:
Header, IPCData, Pdu, Signal
All Known Implementing Classes:
RadiusPacketImpl

public interface RadiusPacket extends Header
  • Method Details

    • getCode

      Byte getCode()
      Returns:
      Byte Returns a Byte
    • setCode

      void setCode(Byte code)
      Parameters:
      code - Takes in a parameter of code
    • getId

      int getId()
      Returns:
      int Returns a int
    • setId

      void setId(int id)
      Parameters:
      id - Takes in a parameter of id
    • getLength

      Short getLength()
      Returns:
      Short Returns a Short
    • setLength

      void setLength(Short length)
      Parameters:
      length - Takes in a parameter of length
    • getAuthenticator

      String getAuthenticator()
      Returns:
      String Returns a String
    • setAuthenticator

      void setAuthenticator(String authenticator)
      Parameters:
      authenticator - Takes in a parameter of authenticator
    • getType

      AttribType getType()
      Returns:
      AttribType Returns a AttribType
    • setType

      void setType(AttribType type)
      Parameters:
      type - Takes in a parameter of type
    • getAttributeLength

      Byte getAttributeLength()
      Returns:
      Byte Returns a Byte
    • setAttributeLength

      void setAttributeLength(Byte attributeLength)
      Parameters:
      attributeLength - Takes in a parameter of attributeLength
    • getAttribValue

      String getAttribValue()
      Returns:
      String Returns a String
    • setAttribValue

      void setAttribValue(String attribValue)
      Parameters:
      attribValue - Takes in a parameter of attribValue